home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / hs_inst.zip / HS-SF30.ZIP / HS-SF30.DOC next >
Text File  |  1991-11-19  |  5KB  |  119 lines

  1.  
  2.                   INSTALLING HS/LINK EXTERNAL PROTOCOL
  3.                       IN SPITFIRE BBS VERSION 3.0
  4.  
  5.      Please refer to the SPITFIRE manual for detailed information on
  6.      installation of external protocols.  This information was tested
  7.      with HS/Link betas posted on 11/19/91 and SPITFIRE version 3.0.
  8.  
  9.      The following installation steps should work for most folks:
  10.  
  11.      SPITFIRE allows several different external protocols, which must be
  12.      lettered sequentially starting with A.  If HS/Link is the first
  13.      external protocol you install, it will be letter A.  If it is the
  14.      second external protocol, it will be B, and so forth.  In this
  15.      document we will assume that HS/Link is the first external protocol
  16.      to be installed.  If you already have other external protocols
  17.      installed, you will need to change the batch file names
  18.      accordingly.  Refer to the spitfire manual chapter 18 for more
  19.      details on this subject.
  20.  
  21.      Load up spitfire and press ALT-P.
  22.  
  23.      Check that "<A> External Transfer Protocols" is set to YES.
  24.  
  25.      Check that "<D> Display Files Path" is set to C:\SF\DISPLAY.
  26.  
  27.      Check that "<E> External Transfer Path" is set to C:\SF\EXTNOD1. If
  28.      you change this setting you will have to make changes in the
  29.      provided batch files.
  30.  
  31.      Place a copy of HSLINK.EXE into C:\SF\EXTNOD1.  Also copy the
  32.      supplied SFEXTDNA.BAT and SFEXTUPA.BAT files into the C:\SF\EXTNOD1
  33.      directory.  Note that these files must be renamed if you already
  34.      have other external protocols installed.
  35.  
  36.      Use a text editor to edit or create the file
  37.      C:\SF\DISPLAY\SFEXTDN.BBS. Insert the following line into this
  38.      file:
  39.         <A> HS/Link,BATCH
  40.  
  41.      Use a text editor to edit or create the file
  42.      C:\SF\DISPLAY\SFEXTUP.BBS. Insert the following line into this
  43.      file:
  44.         <A> HS/Link,BATCH
  45.  
  46.      This should get you set up in under 10 minutes.
  47.  
  48.      Note for systems running locked COM ports:
  49.      We have found that if you use a locked DTE of 9600 or above, you
  50.      will need to have a NS16550AN UART installed.  Also, for rock solid
  51.      performance you should add the -HS (Handshake Slow) switch to your
  52.      'SFEXTDNA.BAT' and 'SFEXTUPA.BAT' batch files.
  53.  
  54.      You can edit SFEXTDNA.BAT and SFEXTUPA.BAT to include options on
  55.      the HSLINK command line, but most folks won't need to change
  56.      anything. If your system can't keep up with the COM port while
  57.      accessing the disk drive, you may want to add -HS to the command
  58.      line in each file. If you want to experiment, there are a number of
  59.      optional parameters you can read about in HSLINK.DOC and
  60.      HSLINK.NEW.
  61.  
  62.      Contents of SFEXTDNA.BAT
  63.      ------------------------
  64.          REM HS/LINK BATCH DOWNLOAD FOR SPITFIRE 3.0  (SFEXTDNx.BAT)
  65.          ECHO OFF
  66.          ECHO EXECUTING EXTERNAL PROTOCOL # 1
  67.          CD\SF\EXTNOD1
  68.          HSLINK -P%2 -NU %3 %4 %5 %6 %7 %8 %9
  69.          IF EXIST %3 ERASE %3
  70.          IF EXIST %4 ERASE %4
  71.          IF EXIST %5 ERASE %5
  72.          IF EXIST %6 ERASE %6
  73.          IF EXIST %7 ERASE %7
  74.          IF EXIST %8 ERASE %8
  75.          IF EXIST %9 ERASE %9
  76.          CD\SF
  77.  
  78.      Contents of SFEXTUPA.BAT
  79.      ------------------------
  80.          REM HS/LINK BATCH UPLOAD FOR SPITFIRE 3.0  (SFEXTUPx.BAT)
  81.          ECHO OFF
  82.          ECHO EXECUTING EXTERNAL PROTOCOL # 1
  83.          CD\SF\EXTNOD1
  84.          HSLINK -P%2
  85.          IF EXIST %3 COPY %3 %4
  86.          IF EXIST %5 COPY %5 %4
  87.          IF EXIST %6 COPY %6 %4
  88.          IF EXIST %7 COPY %7 %4
  89.          IF EXIST %8 COPY %8 %4
  90.          IF EXIST %9 COPY %9 %4
  91.          IF EXIST %3 ERASE %3
  92.          IF EXIST %5 ERASE %5
  93.          IF EXIST %6 ERASE %6
  94.          IF EXIST %7 ERASE %7
  95.          IF EXIST %8 ERASE %8
  96.          IF EXIST %9 ERASE %9
  97.          CD\SF
  98.      
  99.  
  100.      I hope these instructions help, but remember, I can't take
  101.      responsibility for any damages resulting from these instructions.
  102.      If you get stuck, it always helps to read the DOC files that come
  103.      with SPITFIRE and with HS/Link.  If all else fails, call up the
  104.      Tool Shop and ask for help on the Support Conference.  Either I
  105.      will help you, or somebody else will know the answer and give you a
  106.      hand.
  107.  
  108.      Good luck!
  109.  
  110.      Samuel H. Smith
  111.      Sysop of The Tool Shop
  112.  
  113.         Phone number         Modem type                Access
  114.        --------------    ---------------------   -------------------
  115.        (818) 891-3772    US Robotics HST 9600    Contributors only
  116.        (818) 891-1344    Hayes-V series 9600     Contributors only
  117.        (818) 891-6780    US Robotics 2400        Free to all
  118.  
  119.